home *** CD-ROM | disk | FTP | other *** search
/ The 50th Anniversary of …National Assembly Library / The 50th Anniversary of the National Assembly Library.iso / bal.dxr / 00059_Macromedia Director cast from-.ls < prev    next >
Encoding:
Text File  |  2002-02-18  |  616 b   |  20 lines

  1. property pmin, pmax, pwidth, pMember, pSprite, ptracking, pDuration
  2. global gslide, playbu, pausebu
  3.  
  4. on mouseUp me
  5.   videoplay(sprite(26))
  6.   if playbu = 1 then
  7.     go("00")
  8.   end if
  9.   playbu = 0
  10.   pausebu = 1
  11. end
  12.  
  13. on getBehaviorDescription me
  14.   return "┬┐├â ├╜┼á┬╝┬⌐├₧┼╜├É├å┬Ñ┬¼ Mpeg├╛┬┤┼á├Æ┬┐┬½ ┬íΓÇô┬½ΓÇí┬¬├¢┬╝┬¼├₧┬╢ ┼╜Γäó┬╝├₧┼╜┬¬┬Ñ┬¼ ├╜├╜├░├¢┬┐├â┬╡├é┬┐┬½ " & RETURN & "├╛╦å├É┬É├╕┬░ ┬┐┬╛├╕├Ä ├╜┬»┬╝┬╡┬Ñ┼ô┬Ñ┼╕."
  15. end
  16.  
  17. on getBehaviorTooltip me
  18.   return "┬┐├â ├╜┼á┬╝┬⌐├₧┼╜├É├å┬Ñ┬¼ Mpeg├╛┬┤┼á├Æ┬┐┬½ ┬íΓÇô┬½ΓÇí┬¬├¢┬╝┬¼├₧┬╢ ┼╜Γäó┬╝├₧┼╜┬¬┬Ñ┬¼ ├╜├╜├░├¢┬┐├â┬╡├é┬┐┬½ " & RETURN & "├╛╦å├É┬É├╕┬░ ┬┐┬╛├╕├Ä ├╜┬»┬╝┬╡┬Ñ┼ô┬Ñ┼╕."
  19. end
  20.